Update an asset with the given ID
Updates an asset with the given ID if it exists. If the asset is not found, no further action is taken. DANGER ZONE: Note that updating assets can have unexpected results, especially for contract offers that have been sent out or are ongoing in contract negotiations.
- application/json
Request Body required
- id string
properties object
privateProperties object
dataAddress object
Responses
- 200
- 400
- 403
- 404
Asset was updated successfully
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
{
"message": "string",
"level": "string"
}
Request body was malformed
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Operation denied
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Asset could not be updated, because it does not exist.
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
PUT /assets
Request
Request
curl -L -X PUT 'https://dgk.cx.dev.dih-cloud.com/assets' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"properties": {},
"privateProperties": {},
"dataAddress": {
"properties": {}
}
}'
curl -L -X PUT 'https://dgk.cx.dev.dih-cloud.com/assets' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"properties": {},
"privateProperties": {},
"dataAddress": {
"properties": {}
}
}'
curl -L -X PUT 'https://dgk.cx.dev.dih-cloud.com/assets' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"properties": {},
"privateProperties": {},
"dataAddress": {
"properties": {}
}
}'
curl -L -X PUT 'https://dgk.cx.dev.dih-cloud.com/assets' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"properties": {},
"privateProperties": {},
"dataAddress": {
"properties": {}
}
}'
curl -L -X PUT 'https://dgk.cx.dev.dih-cloud.com/assets' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"properties": {},
"privateProperties": {},
"dataAddress": {
"properties": {}
}
}'
curl -L -X PUT 'https://dgk.cx.dev.dih-cloud.com/assets' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"properties": {},
"privateProperties": {},
"dataAddress": {
"properties": {}
}
}'
curl -L -X PUT 'https://dgk.cx.dev.dih-cloud.com/assets' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"properties": {},
"privateProperties": {},
"dataAddress": {
"properties": {}
}
}'